moveCursor Property
Gets sets the cursor that should be used if the DragDropEffect is Move. Note: the set_moveCursor may contain optional second param, which specifies whether the cursor is a default browser cursor (false), or a custom url(true). Either a default browser cursor name, or a custom url.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_moveCursor() : String
function set_moveCursor(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfDragDropBehavior.get_moveCursor(); |